home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Developers / Prograph Classic Freeware / Prograph Extensions / Primitives / Primitives.rsrc / STR#_401.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  320 b   |  11 lines

  1. Inputs: String; SubString; [StartIndex]
  2. Outputs: FoundIndex
  3.  
  4. Inputs: string; string; [integer]
  5. Outputs: integer
  6.  
  7. If SubString occurs in String at or after position StartIndex, FoundIndex is the index of the first character of this occurrence in String. Otherwise, FoundIndex is 0. StartIndex must be positive.
  8.  
  9. Strings
  10.  
  11.